home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk186 / parasite / jconf.txed < prev    next >
Text File  |  1995-03-19  |  402b  |  19 lines

  1. /* join a bix conference */
  2. /*
  3.  1. Cut the buffer to clip after all the conferences have been displayed.
  4.  2. Insert Block from the TxEd Edit Menu.
  5.  3. Position the cursor on the line of the conference you want to join.
  6.  4. Pick Join Conference from the TxEd User Menu.
  7. */ 
  8.  
  9. 'SOL'
  10. 'MARK 1'
  11. 'INSERT "j "'
  12. 'RIGHT 2'
  13. 'FIND " "'
  14. 'COPY'
  15. OPTIONS RESULTS
  16. 'STATUS K'
  17. conf = RESULT
  18. ADDRESS BAUD 'SEND' conf '\r'
  19.